mpd: Remove glib2 dependency
authorTed Hess <[email protected]>
Tue, 29 Aug 2017 15:26:18 +0000 (11:26 -0400)
committerTed Hess <[email protected]>
Tue, 29 Aug 2017 16:11:29 +0000 (12:11 -0400)
Signed-off-by: Ted Hess <[email protected]>
sound/mpd/Makefile

index 8f6f4a94bd8fc053578bf43dab90854d4a1613b5..771984cba3ec9caf435fc2963108f8b08bbc73de 100644 (file)
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mpd
 PKG_VERSION:=0.20.9
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=http://www.musicpd.org/download/mpd/0.20/
@@ -34,7 +34,7 @@ define Package/mpd/Default
   CATEGORY:=Sound
   TITLE:=Music Player Daemon
   URL:=http://www.musicpd.org/
-  DEPENDS:= +glib2 +libcurl +libpthread +libmpdclient +libstdcpp $(ICONV_DEPENDS) \
+  DEPENDS:= +zlib +libcurl +libpthread +libmpdclient +libstdcpp $(ICONV_DEPENDS) \
            +AUDIO_SUPPORT:alsa-lib +boost +boost-container +libexpat
 endef